Package com.netscape.certsrv.authority
Class AuthorityClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.authority.AuthorityClient
- Author:
- Fraser Tweedale <ftweedal@redhat.com>
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityClient
(PKIClient client, String subsystem) AuthorityClient
(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateCA
(AuthorityData data) void
getChainPEM
(String caIDString) listCAs()
modifyCA
(AuthorityData data) Methods inherited from class com.netscape.certsrv.client.Client
addClient, delete, delete, get, get, get, getClient, getCollection, getName, getSubsystem, getTargetPath, patch, post, post, post, post, put, removeClient, target
-
Constructor Details
-
Method Details
-
listCAs
- Throws:
Exception
-
findCAs
public Collection<AuthorityData> findCAs(String id, String parentID, String dn, String issuerDN) throws Exception - Throws:
Exception
-
getCA
- Throws:
Exception
-
getChainPEM
- Throws:
Exception
-
createCA
- Throws:
Exception
-
modifyCA
- Throws:
Exception
-
deleteCA
- Throws:
Exception
-